home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 134 / PC Format DVD 2002.iso / Full / 3D Flash Animator / 3DFlashAnimator3Setup.exe / file0827_1fb1a3_1fb387.bin < prev    next >
Encoding:
Text File  |  2001-11-08  |  1.6 KB  |  43 lines

  1. <groupbox caption="Event">
  2.  
  3. <if value="object.links.count > 1">
  4.     <table cellspacing=4 cellpadding=2>
  5.     <tr><td width=exact><input type="checkbox" name="object.delay_child_on">
  6.         <a onclick="object.delay_child_on=!object.delay_child_on">Delay each element by</a>
  7.         <td width=exact><input type="text" name="object.delay_child" size=4">
  8.         <a onclick="window.openSlider('object.delay',-2,2,0.05,'','')"><img src="images/other_slider.bitmap"></a>
  9.         seconds
  10.     </table>
  11. <else>
  12.     <table cellspacing=4 cellpadding=2>
  13.     <tr><td width=exact colspan=2><input type="checkbox" name="object.separate_children">
  14.         <a onclick="object.separate_children=!object.separate_children">Separate into child elements</a>
  15.     <tr><td width=exact><input type="checkbox" name="object.delay_child_on">
  16.         <a onclick="object.delay_child_on=!object.delay_child_on">Delay each child by</a>
  17.         <td width=exact><input type="text" name="object.delay_child" size=4">
  18.         <a onclick="window.openSlider('object.delay',-2,2,0.05,'','')"><img src="images/other_slider.bitmap"></a>
  19.         seconds
  20.     </table>
  21. </if>
  22.  
  23. <table cellspacing=4 cellpadding=2>
  24. <tr><td width=exact valign=bottom><spacer width=16>Child order
  25.     <td valign=bottom><select name="object.child_order">
  26.         <option>left to right
  27.         <option>right to left
  28.         <option>inner to outer
  29.         <option>outer to inner
  30.         <option>random
  31.         </select>
  32. </table>
  33.  
  34. <table cellspacing=4 cellpadding=2>
  35.     <td width=exact><spacer width=16>Duration
  36.     <td width=exact><input type="text" name="object.duration" size=4">
  37.     <a onclick="window.openSlider('object.duration',0,10,0.1,'','')">
  38.     <img src="images/other_slider.bitmap"></a>
  39.     seconds
  40. </table>
  41.     
  42. </groupbox>
  43.